home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / form1040.sit / Form 1040 / card_14718.txt < prev    next >
Text File  |  1988-02-12  |  5KB  |  225 lines

  1. -- card: 14718 from stack: in
  2. -- bmap block id: 15579
  3. -- flags: 4000
  4. -- background id: 6557
  5. -- name: 25
  6. ----- HyperTalk script -----
  7. On OpenCard
  8.   Put 25 Into Bkgnd field ID 26
  9. end OpenCard
  10.  
  11. On ClearInfo
  12.   Put empty into Card field ID 4 of Card ID 14718
  13.   Put empty into Card field ID 9 of Card ID 14718
  14.   Put 0 into Card field ID 10 of Card ID 14718
  15. end ClearInfo
  16.  
  17.  
  18.  
  19. -- part 2 (field)
  20. -- low flags: 01
  21. -- high flags: 0000
  22. -- rect: left=0 top=165 right=205 bottom=80
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 0
  26. -- font id: 3
  27. -- text size: 10
  28. -- style flags: 256
  29. -- line height: 13
  30. -- part name: 
  31.  
  32.  
  33. -- part 3 (field)
  34. -- low flags: 01
  35. -- high flags: 0000
  36. -- rect: left=89 top=63 right=93 bottom=394
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 0
  40. -- font id: 3
  41. -- text size: 10
  42. -- style flags: 0
  43. -- line height: 13
  44. -- part name: 
  45.  
  46.  
  47. -- part 4 (field)
  48. -- low flags: 00
  49. -- high flags: 4000
  50. -- rect: left=112 top=94 right=149 bottom=390
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 0
  54. -- font id: 3
  55. -- text size: 10
  56. -- style flags: 0
  57. -- line height: 13
  58. -- part name: 
  59.  
  60.  
  61. -- part 5 (field)
  62. -- low flags: 01
  63. -- high flags: 0000
  64. -- rect: left=89 top=194 right=226 bottom=394
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 0
  68. -- font id: 3
  69. -- text size: 10
  70. -- style flags: 0
  71. -- line height: 13
  72. -- part name: 
  73.  
  74.  
  75. -- part 6 (button)
  76. -- low flags: 00
  77. -- high flags: A003
  78. -- rect: left=112 top=193 right=207 bottom=147
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 1
  82. -- font id: 0
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: Add
  87. ----- HyperTalk script -----
  88. on mouseUp
  89.   Set cursor to 4
  90.   Put 0 into Temp
  91.   Add Card field ID 12 of Card ID  9920 to Temp   -- line 4
  92.   Add Card field ID 22 of Card ID 12107 to Temp   -- line 8
  93.   Add Card field ID 20 of Card ID 11609 to Temp   -- line 13
  94.   Add Card field ID 22 of Card ID 13221 to Temp   -- line 17
  95.   Add Card field ID 5  of Card ID 13549 to Temp   -- line 18
  96.   Add Card field ID 20 of Card ID 13895 to Temp   -- line 24
  97.   Add Card field ID 9  of Card ID 14718 to Temp   -- line 25
  98.   Put Temp into Card field ID 10 of Card ID 14718 -- line 26
  99.   Put Temp into Card field ID 25 of Card ID 2598  -- line 33a
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 7 (field)
  105. -- low flags: 01
  106. -- high flags: 0002
  107. -- rect: left=393 top=134 right=150 bottom=419
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 3
  112. -- text size: 10
  113. -- style flags: 256
  114. -- line height: 13
  115. -- part name: 
  116.  
  117.  
  118. -- part 8 (field)
  119. -- low flags: 01
  120. -- high flags: 0002
  121. -- rect: left=393 top=207 right=223 bottom=419
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 1
  125. -- font id: 3
  126. -- text size: 10
  127. -- style flags: 256
  128. -- line height: 13
  129. -- part name: 
  130.  
  131.  
  132. -- part 9 (field)
  133. -- low flags: 00
  134. -- high flags: 0002
  135. -- rect: left=418 top=134 right=150 bottom=503
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 65535
  139. -- font id: 3
  140. -- text size: 10
  141. -- style flags: 0
  142. -- line height: 13
  143. -- part name: 
  144.  
  145.  
  146. -- part 10 (field)
  147. -- low flags: 01
  148. -- high flags: 0002
  149. -- rect: left=418 top=207 right=223 bottom=503
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 65535
  153. -- font id: 3
  154. -- text size: 10
  155. -- style flags: 0
  156. -- line height: 13
  157. -- part name: 
  158. ----- HyperTalk script -----
  159. On MouseUp
  160.   Send "MouseUp" to Card Button ID 6 of Card ID 14718
  161. End MouseUp
  162.  
  163.  
  164. -- part 13 (button)
  165. -- low flags: 00
  166. -- high flags: A003
  167. -- rect: left=230 top=290 right=306 bottom=373
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 0 / 0
  170. -- text alignment: 1
  171. -- font id: 0
  172. -- text size: 12
  173. -- style flags: 0
  174. -- line height: 16
  175. -- part name: Return to Form 1040
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   Go to Card ID 2598
  179. end mouseUp
  180.  
  181.  
  182.  
  183. -- part contents for background part 40
  184. ----- text -----
  185. 4:08 PM
  186.  
  187. -- part contents for background part 26
  188. ----- text -----
  189. 25
  190.  
  191. -- part contents for background part 13
  192. ----- text -----
  193. Other Miscellaneous Deductions
  194.  
  195. -- part contents for background part 18
  196. ----- text -----
  197.  
  198.  
  199.  
  200.  
  201. -- part contents for card part 2
  202. ----- text -----
  203. Total Itemized Deductions
  204.  
  205. -- part contents for card part 3
  206. ----- text -----
  207. 25. Miscellaneous deductions not subject to 2% AGI limit 
  208.       (see page 24). (List type and amount).
  209.  
  210. -- part contents for card part 5
  211. ----- text -----
  212. 26.              the amounts on lines 4,8,13,17,18,24  and 25. 
  213.        Enter the total here and on Form 1040, line 33a. . . . . .
  214.  
  215. -- part contents for card part 7
  216. ----- text -----
  217. 25
  218.  
  219. -- part contents for card part 8
  220. ----- text -----
  221. 26
  222.  
  223. -- part contents for card part 10
  224. ----- text -----
  225. 0